home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 003a / cpuid3wk.zip / CONTENTS next >
Text File  |  1993-05-24  |  1KB  |  19 lines

  1. CPUID3.ASM                       CPU identification routine. File contains
  2.                                  MASM source code for detecting the 8086,
  3.                                  80286, 80386, 80486, & Pentium processors.
  4.                                  Code also detects presence of FPU and, if
  5.                                  present, returns a code indicating the type
  6.                                  of FPU. Instructions for using the code are
  7.                                  included as comments within the file.
  8.                                  04/27/93. From Intel Corporation.
  9. CPUID3WK.ASM                     Same as CPUID3.ASM but with changes to
  10.                                  seven conditional jumps to eliminate severe
  11.                                  errors when assembled with MASM 5.1 - see
  12.                                  comments in file.
  13. CPUID3.DIF                       A summary of the changes made to CPUID3.ASM to
  14.                                  create CPUID3WK.ASM.
  15. CPUID3WK.OBJ                     Object file created from CPUID3WK.ASM using
  16.                                  MASM 5.1.
  17. CPUID3WK.EXE                     Executable created from CPUID3WK.OBJ using
  18.                                  LINK 3.64.
  19.